Remove overflow checks to eliminate rust build warnings
authorAidan Hobson Sayers <aidanhs@cantab.net>
Thu, 14 Dec 2017 21:11:42 +0000 (21:11 +0000)
committerAidan Hobson Sayers <aidanhs@cantab.net>
Thu, 14 Dec 2017 21:14:32 +0000 (21:14 +0000)
commitedb02dcf9bcea6c588617ce37bc830bb2a79cae8
treef9e474cf1eff27027acf188c60c251af39ae1e27
parent9d05f7e5761cf185cb30b96ec3ce75748b3b1b3e
Remove overflow checks to eliminate rust build warnings

Although the checks are desirable, they cause warnings in the rust build
(due to workspaces) which could cause needless concern. The checks
aren't too important, so just disable them.
Cargo.toml